as_boolean_or_null

pure function as_boolean_or_null(): boolean?

Convert this JSON boolean value to a boolean.

Return

this JSON boolean as a boolean, or null if this JSON value is not a boolean

Since

0.14.16